home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / langs / j_41_st.zoo / tutorial.zoo / tut / tut29.js < prev    next >
Encoding:
Text File  |  1991-06-06  |  226 b   |  24 lines

  1.                       SORTING Ja
  2.    
  3.    t=.'i sing of olaf glad and big'
  4.    [ tt=. > ;: t
  5. i   
  6. sing
  7. of  
  8. olaf
  9. glad
  10. and 
  11. big 
  12.    
  13.    /: tt
  14. 5 6 4 0 2 3 1
  15.    
  16.    tt /: tt
  17. and 
  18. big 
  19. glad
  20. i   
  21. of  
  22. olaf
  23. sing
  24.